home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmCreatePopupMenu.z / XmCreatePopupMenu
Text File  |  1998-10-30  |  6KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCCrrrreeeeaaaatttteeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu((((3333XXXX))))     UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV     XXXXmmmmCCCCrrrreeeeaaaatttteeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmCCCCrrrreeeeaaaatttteeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu - A RowColumn widget convenience creation
  10.           function
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/RowColumn.h>
  14.           WWWWiiiiddddggggeeeetttt XXXXmmmmCCCCrrrreeeeaaaatttteeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu(
  15.           WWWWiiiiddddggggeeeetttt ppppaaaarrrreeeennnntttt,
  16.           SSSSttttrrrriiiinnnngggg nnnnaaaammmmeeee,
  17.           AAAArrrrggggLLLLiiiisssstttt aaaarrrrgggglllliiiisssstttt,
  18.           CCCCaaaarrrrddddiiiinnnnaaaallll aaaarrrrggggccccoooouuuunnnntttt);
  19.  
  20.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  21.           This page documents Motif 2.1.
  22.  
  23.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.           XXXXmmmmCCCCrrrreeeeaaaatttteeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu creates an instance of a RowColumn widget
  25.           of type XXXXmmmmMMMMEEEENNNNUUUU____PPPPOOOOPPPPUUUUPPPP and returns the associated widget ID.
  26.           When this function is used to create the Popup menu pane, a
  27.           MenuShell widget is automatically created as the parent of
  28.           the menu pane.  The parent of the MenuShell widget is the
  29.           widget indicated by the _p_a_r_e_n_t parameter.
  30.  
  31.           XXXXmmmmCCCCrrrreeeeaaaatttteeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu is provided as a convenience function for
  32.           creating RowColumn widgets configured to operate as Popup
  33.           menu panes and is not implemented as a separate widget
  34.           class.
  35.  
  36.           The PopupMenu is used as the first menu pane within a
  37.           PopupMenu system; all other menu panes are of the Pulldown
  38.           type. A Popup menu pane displays a 3-D shadow, unless the
  39.           feature is disabled by the application.  The shadow appears
  40.           around the edge of the menu pane.
  41.  
  42.           The Popup menu pane must be created as the child of a
  43.           MenuShell widget in order to function properly when it is
  44.           incorporated into a menu.  If the application uses this
  45.           convenience function for creating a Popup menu pane, the
  46.           MenuShell is automatically created as the real parent of the
  47.           menu pane.  If the application does not use this convenience
  48.           function to create the RowColumn to function as a Popup menu
  49.           pane, it is the application's responsibility to create the
  50.           MenuShell widget.
  51.  
  52.           To access the PopupMenu, the application must first position
  53.           the widget using the XXXXmmmmMMMMeeeennnnuuuuPPPPoooossssiiiittttiiiioooonnnn function and then manage
  54.           it using XXXXttttMMMMaaaannnnaaaaggggeeeeCCCChhhhiiiilllldddd.
  55.  
  56.           _p_a_r_e_n_t    Specifies the parent widget ID
  57.  
  58.           _n_a_m_e      Specifies the name of the created widget
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmCCCCrrrreeeeaaaatttteeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu((((3333XXXX))))     UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV     XXXXmmmmCCCCrrrreeeeaaaatttteeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu((((3333XXXX))))
  71.  
  72.  
  73.  
  74.           _a_r_g_l_i_s_t   Specifies the argument list
  75.  
  76.           _a_r_g_c_o_u_n_t  Specifies the number of attribute/value pairs in
  77.                     the argument list (_a_r_g_l_i_s_t)
  78.  
  79.           Popup menu panes support tear-off capabilities for tear-off
  80.           menus through XXXXmmmmRRRRoooowwwwCCCCoooolllluuuummmmnnnnresources.  For a complete
  81.           definition of RowColumn and its associated resources, see
  82.           XXXXmmmmRRRRoooowwwwCCCCoooolllluuuummmmnnnn(3).
  83.  
  84.      RRRREEEETTTTUUUURRRRNNNN
  85.           Returns the RowColumn widget ID.
  86.  
  87.      RRRREEEELLLLAAAATTTTEEEEDDDD
  88.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSiiiimmmmpppplllleeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu(3), XXXXmmmmMMMMeeeennnnuuuuPPPPoooossssiiiittttiiiioooonnnn(3),
  89.           XXXXmmmmMMMMeeeennnnuuuuSSSShhhheeeellllllll(3), XXXXmmmmRRRRoooowwwwCCCCoooolllluuuummmmnnnn(3), and
  90.           XXXXmmmmVVVVaaaaCCCCrrrreeeeaaaatttteeeeSSSSiiiimmmmpppplllleeeePPPPooooppppuuuuppppMMMMeeeennnnuuuu(3).
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.